home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / mxxnt8.zip / MOUSE.TXT < prev    next >
Text File  |  1993-01-08  |  3KB  |  85 lines

  1. If you are having MOUSE problems under Windows NT, then read on.
  2.  
  3. Microsoft Windows NT  OCT 1992 Release does NOT support a BUS mouse. ATI
  4. has supplied a BUS mouse version called INPORT.SYS that replaces the 
  5. Microsoft INPORT.SYS  (at this point, it is the easy way).
  6.  
  7. If you own these ATI graphics cards and your mouse plugs into the ATI card,
  8. then your Mouse will NOT work.    Goto Installation Instructions.
  9.     Graphics Ultra Pro
  10.     Graphics Ultra + 
  11.     VGA Wonder+
  12.  
  13. If you own these ATI graphics cards, your Mouse should work.
  14.     Graphics Ultra
  15.     Graphics Vantage
  16.     8514/Ultra    (trick question, there is NO mouse port)
  17.     VGA Wonder XL
  18.     VGA Wonder XL24
  19.     VGA Stereo FX
  20.  
  21.  
  22. INSTALLATION INSTRUCTIONS  ---------------------------------------
  23.  
  24. In the C:\WINNT\SYSTEM\DRIVERS directory, rename INPORT.SYS to INPORT.INP.
  25. Copy the new INPORT.SYS mouse driver to the C:\WINNT\SYSTEM\DRIVERS 
  26. directory.
  27. This lets Windows NT believe it is using an INPORT mouse.
  28.  
  29.  
  30. MOUSE PROBLEMS             ---------------------------------------
  31.  
  32. Mouse does not Move in Windows NT. If the mouse is connected to the
  33. ATI graphics adapter, then these problems may be at fault. 
  34.     
  35. --  The ATI mouse driver expects mouse setup to use IRQ 5 and primary 
  36.     address.
  37.  
  38.     Use the Windows NT Setup program to verify an Inport mouse is selected.
  39.     If it is NOT, login as the administrator and select Inport mouse.
  40.  
  41.     The default ATI mouse configuration CONFLICTS with the default
  42.     Future Domain TMC-845 SCSI adapter. Both use IRQ5 Interrupt.  Change
  43.     the Future Domain, or the ATI Mouse IRQ using the ATI Install program.
  44.     Read the following paragraphs.
  45.  
  46.     The ATI mouse may be configured to use a DIFFERENT IRQ and I/O address.
  47.     This requires a bit of manual installation (for now), and here is how 
  48.     to do it.
  49.  
  50.     a)  Boot DOS and run the ATI Installation utility to determine the MOUSE
  51.         IRQ and I/O address. Remember these values.  Depending on your card
  52.         the program may be called INSTALL.EXE, VINSTALL.EXE, or C-INFO.EXE.
  53.  
  54.     b)  Boot Windows NT and execute the Registry Editor REGEDIT.EXE  (it is 
  55.         on the PATH).
  56.  
  57.     c)  change to  
  58.         HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Inport\Parameters
  59.  
  60.     d)  Select EDIT -- ADD VALUE  called   Irq
  61.         Data type is REG_DWORD
  62.         Value     is 2,3,4 or 5  according to your configuration
  63.         select   OK  to add this parameter.
  64.  
  65.     d)  Select EDIT -- ADD VALUE  called   IoBase
  66.         Data type is REG_DWORD
  67.         Value     is 23C hex or  238 hex   according to your configuration
  68.         select   OK  to add this parameter.
  69.     
  70.     e)  The new values should be added to the list on the right.
  71.         Exit Registry Editor,  Reboot Win NT,  mouse should work.
  72.  
  73.  
  74. --  Sometimes because the Bus mouse interrupt is always enabled, 
  75.     during Windows NT startup (blue text screen visible) an Unexpected 
  76.     IRQL error occurs. 
  77.     To work around this, disable the mouse interrupt temporarily by :
  78.         Boot MS-DOS
  79.         run debug
  80.         o23E  10
  81.         q
  82.         Boot Windows NT
  83.  
  84.  
  85.